home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1KOQ80H (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  843 b   |  20 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.Point;
  4. import java.awt.event.WindowAdapter;
  5. import java.awt.event.WindowEvent;
  6.  
  7. class BasicToolBarUI$FrameListener extends WindowAdapter {
  8.    // $FF: synthetic field
  9.    BasicToolBarUI this$0;
  10.  
  11.    public void windowClosing(WindowEvent w) {
  12.       this.this$0.setFloating(false, (Point)null);
  13.    }
  14.  
  15.    // $FF: synthetic method
  16.    BasicToolBarUI$FrameListener(BasicToolBarUI this$0) {
  17.       this.this$0 = this$0;
  18.    }
  19. }
  20.